[INFO] cloning repository https://github.com/pedantic79/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pedantic79/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedantic79%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedantic79%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 43821c4e6875583b5cedfabd1f0dd34be17da2f5
[INFO] checking pedantic79/advent-of-code-2024 against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedantic79%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pedantic79/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/pedantic79/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/pedantic79/advent-of-code-2024 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pedantic79/advent-of-code-2024 on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pedantic79/advent-of-code-2024 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:fd22e2154e7db748230f413534f3a6d034160c9d2b7c14b90fba4e9bfc1a36d4" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336
[INFO] running `Command { std: "docker" "start" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking stable-pattern v0.1.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking smallstr v0.3.1
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking bit-set v0.10.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking aoc-runner v0.3.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking statistical v1.0.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling deprecate-until v1.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking pathfinding v4.15.0
[INFO] [stderr]     Checking nalgebra v0.34.2
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.3.0
[INFO] [stderr]     Checking polyfit-rs v0.2.2
[INFO] [stderr]     Checking advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `common`
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod common;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `common`, create file "src/common.rs" or "src/common/mod.rs"
[INFO] [stdout]   = note: if there is a `mod common` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day1.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day01.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |         const INPUT: &str = include_str!("../input/2024/day1.txt");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day2.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day02.rs:70:29
[INFO] [stdout]    |
[INFO] [stdout] 70 |         const INPUT: &str = include_str!("../input/2024/day2.txt");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day3.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day03.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |         const INPUT: &str = include_str!("../input/2024/day3.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day4.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day04.rs:113:29
[INFO] [stdout]     |
[INFO] [stdout] 113 |         const INPUT: &str = include_str!("../input/2024/day4.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day5.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day05.rs:134:29
[INFO] [stdout]     |
[INFO] [stdout] 134 |         const INPUT: &str = include_str!("../input/2024/day5.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day6.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day06.rs:189:29
[INFO] [stdout]     |
[INFO] [stdout] 189 |         const INPUT: &str = include_str!("../input/2024/day6.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day7.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day07.rs:114:29
[INFO] [stdout]     |
[INFO] [stdout] 114 |         const INPUT: &str = include_str!("../input/2024/day7.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day8.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day08.rs:109:29
[INFO] [stdout]     |
[INFO] [stdout] 109 |         const INPUT: &str = include_str!("../input/2024/day8.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day9.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day09.rs:154:29
[INFO] [stdout]     |
[INFO] [stdout] 154 |         const INPUT: &str = include_str!("../input/2024/day9.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day10.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day10.rs:124:29
[INFO] [stdout]     |
[INFO] [stdout] 124 |         const INPUT: &str = include_str!("../input/2024/day10.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day11.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day11.rs:118:29
[INFO] [stdout]     |
[INFO] [stdout] 118 |         const INPUT: &str = include_str!("../input/2024/day11.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day12.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day12.rs:152:29
[INFO] [stdout]     |
[INFO] [stdout] 152 |         const INPUT: &str = include_str!("../input/2024/day12.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day13.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day13.rs:128:29
[INFO] [stdout]     |
[INFO] [stdout] 128 |         const INPUT: &str = include_str!("../input/2024/day13.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day14.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day14.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |         const INPUT: &str = include_str!("../input/2024/day14.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day15.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day15.rs:319:29
[INFO] [stdout]     |
[INFO] [stdout] 319 |         const INPUT: &str = include_str!("../input/2024/day15.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day16.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day16.rs:157:29
[INFO] [stdout]     |
[INFO] [stdout] 157 |         const INPUT: &str = include_str!("../input/2024/day16.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day17.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day17.rs:261:29
[INFO] [stdout]     |
[INFO] [stdout] 261 |         const INPUT: &str = include_str!("../input/2024/day17.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day18.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day18.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |         const INPUT: &str = include_str!("../input/2024/day18.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day19.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day19.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 |         const INPUT: &str = include_str!("../input/2024/day19.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `common`
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod common;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `common`, create file "src/common.rs" or "src/common/mod.rs"
[INFO] [stdout]   = note: if there is a `mod common` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day20.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day20.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |         const INPUT: &str = include_str!("../input/2024/day20.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day21.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day21.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |         const INPUT: &str = include_str!("../input/2024/day21.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day22.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day22.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |         const INPUT: &str = include_str!("../input/2024/day22.txt");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day23.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day23.rs:172:29
[INFO] [stdout]     |
[INFO] [stdout] 172 |         const INPUT: &str = include_str!("../input/2024/day23.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day24.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/day24.rs:324:29
[INFO] [stdout]     |
[INFO] [stdout] 324 |         const INPUT: &str = include_str!("../input/2024/day24.txt");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/2024/day25.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/day25.rs:98:29
[INFO] [stdout]    |
[INFO] [stdout] 98 |         const INPUT: &str = include_str!("../input/2024/day25.txt");
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | aoc_lib! { year = 2024 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day01.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[aoc(day1, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day01.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day02.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[aoc(day2, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day02.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[aoc(day2, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day03.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[aoc(day3, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day03.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day04.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[aoc(day4, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day04.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[aoc(day4, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day05.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[aoc(day5, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day05.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day06.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[aoc(day6, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day06.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[aoc(day6, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day07.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[aoc(day7, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day07.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[aoc(day7, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day08.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[aoc(day8, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day08.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day09.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[aoc(day9, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day09.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day9, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[aoc(day10, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[aoc(day10, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[aoc(day11, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day11, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day12.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[aoc(day12, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day12.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[aoc(day12, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[aoc(day13, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[aoc(day13, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[aoc(day14, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day14.rs:135:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[aoc(day14, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day15.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[aoc(day15, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day15.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[aoc(day15, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day16.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[aoc(day16, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day16.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[aoc(day16, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:135:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[aoc(day17, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | #[aoc(day17, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day18.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[aoc(day18, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day18.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day18, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day19.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[aoc(day19, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day19.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day19, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day20.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[aoc(day20, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day20.rs:81:1
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[aoc(day20, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day21.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[aoc(day21, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day21.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[aoc(day21, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day22.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[aoc(day22, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day22.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[aoc(day22, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day23.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[aoc(day23, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day23.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[aoc(day23, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day24.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[aoc(day24, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day24.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[aoc(day24, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day25.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[aoc(day25, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | aoc_lib! { year = 2024 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day01.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[aoc(day1, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day01.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day02.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[aoc(day2, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day02.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[aoc(day2, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day03.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[aoc(day3, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day03.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day04.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[aoc(day4, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day04.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[aoc(day4, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day05.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[aoc(day5, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day05.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day06.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[aoc(day6, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day06.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[aoc(day6, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day07.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[aoc(day7, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day07.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[aoc(day7, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day08.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[aoc(day8, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day08.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day09.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[aoc(day9, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day09.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day9, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[aoc(day10, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[aoc(day10, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[aoc(day11, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day11, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day12.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[aoc(day12, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day12.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[aoc(day12, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[aoc(day13, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[aoc(day13, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[aoc(day14, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day14.rs:135:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[aoc(day14, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day15.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[aoc(day15, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day15.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[aoc(day15, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day16.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[aoc(day16, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day16.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[aoc(day16, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:135:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[aoc(day17, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | #[aoc(day17, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day18.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[aoc(day18, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day18.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day18, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day19.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[aoc(day19, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day19.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day19, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day20.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[aoc(day20, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day20.rs:81:1
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[aoc(day20, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day21.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[aoc(day21, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day21.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[aoc(day21, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day22.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[aoc(day22, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day22.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[aoc(day22, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day23.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[aoc(day23, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day23.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[aoc(day23, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day24.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[aoc(day24, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day24.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[aoc(day24, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day25.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[aoc(day25, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2024` (lib test) due to 76 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2024` (lib) due to 51 previous errors
[INFO] running `Command { std: "docker" "inspect" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336", kill_on_drop: false }`
[INFO] [stdout] 3fadfe58ec98d5602b55c9859585ac1f2cad46c854f3c095de4281c828057336
